By calling the Get method to retrieve all TEntity entities and then picking the first of them, this inversion control method handles the request to
obtain the first from the underlying data store.
Dao<TEntity, TEntityCollection, TDataContext, TFilteringCriteria, TOrderingCriteria, TPagingCriteria, TCarboniteController, TTransaction, TTransactionCreationParameters> Members
Keystone.Carbonite Namespace
Name | Description |
---|---|
OnGetFirst(TFilteringCriteria, TOrderingCriteria) | By calling the Get method to retrieve all TEntity entities order defined by TOrderingCriteria and in compliance with the TFilteringCriteria, then picking the first of them, this inversion control method handles the request to obtain the first entity from the underlying data store. |
OnGetFirst(TOrderingCriteria) | By calling the Get method to retrieve all TEntity entities order defined by TOrderingCriteria and then picking the first of them, this inversion control method handles the request to obtain the first entity from the underlying data store. |
Reference
Dao<TEntity, TEntityCollection, TDataContext, TFilteringCriteria, TOrderingCriteria, TPagingCriteria, TCarboniteController, TTransaction, TTransactionCreationParameters> ClassDao<TEntity, TEntityCollection, TDataContext, TFilteringCriteria, TOrderingCriteria, TPagingCriteria, TCarboniteController, TTransaction, TTransactionCreationParameters> Members
Keystone.Carbonite Namespace